home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 376-400 / disk_391 / listplot / polarplot < prev    next >
Text File  |  1992-05-06  |  355b  |  19 lines

  1. .k filename/a,pldevice
  2.  
  3. ; Invoke this shell script via
  4. ;
  5. ; lineplot filename [ device ]
  6. ;
  7. ; where file filename contains the data to be plotted
  8.  
  9. .def pldevice amiga
  10.  
  11. ListPlot +
  12.   "UseInputFile=<filename>" +
  13.   "PlotType=polar" +
  14.   "Gridding=yes" +
  15.   "AngularUnit=radians" +
  16.   "AspectRatio=1." +
  17.   "PlotTitle=Polar Plot Example" +
  18.   "PlotDevice=<pldevice>"
  19.